libxl: remove device model "none" support from disk related functions
authorRoger Pau Monne <roger.pau@citrix.com>
Fri, 22 Sep 2017 15:25:08 +0000 (16:25 +0100)
committerRoger Pau Monne <roger.pau@citrix.com>
Thu, 28 Sep 2017 14:28:01 +0000 (15:28 +0100)
commite383853419fec797acbd327b78540322e37f6d4a
treed402cdcd1959552fc50390d9641c882f263a1cdf
parent6cc06d092ca4010021aeca491c89b9f90f2ff128
libxl: remove device model "none" support from disk related functions

CD-ROM backend selection was partially based on the device model, this
is no longer needed since the device model "none" is now removed, so
HVM guests always have a device model.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl_disk.c